fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
↳ QTRS
↳ DependencyPairsProof
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
ADD2(s1(X), Y) -> ADD2(X, Y)
LEN1(cons2(X, Z)) -> LEN1(Z)
FROM1(X) -> FROM1(s1(X))
FST2(s1(X), cons2(Y, Z)) -> FST2(X, Z)
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
ADD2(s1(X), Y) -> ADD2(X, Y)
LEN1(cons2(X, Z)) -> LEN1(Z)
FROM1(X) -> FROM1(s1(X))
FST2(s1(X), cons2(Y, Z)) -> FST2(X, Z)
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
LEN1(cons2(X, Z)) -> LEN1(Z)
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
LEN1(cons2(X, Z)) -> LEN1(Z)
POL( cons2(x1, x2) ) = 3x1 + x2 + 1
POL( LEN1(x1) ) = 2x1 + 2
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
ADD2(s1(X), Y) -> ADD2(X, Y)
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
ADD2(s1(X), Y) -> ADD2(X, Y)
POL( s1(x1) ) = x1 + 1
POL( ADD2(x1, x2) ) = 2x1 + 3x2 + 2
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
FROM1(X) -> FROM1(s1(X))
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
FST2(s1(X), cons2(Y, Z)) -> FST2(X, Z)
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
FST2(s1(X), cons2(Y, Z)) -> FST2(X, Z)
POL( cons2(x1, x2) ) = 3x2 + 3
POL( s1(x1) ) = max{0, -3}
POL( FST2(x1, x2) ) = 3x2 + 2
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
fst2(0, Z) -> nil
fst2(s1(X), cons2(Y, Z)) -> cons2(Y, fst2(X, Z))
from1(X) -> cons2(X, from1(s1(X)))
add2(0, X) -> X
add2(s1(X), Y) -> s1(add2(X, Y))
len1(nil) -> 0
len1(cons2(X, Z)) -> s1(len1(Z))